projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c76f65
)
ci: Stop running the asan build every time
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 2 Feb 2023 08:07:10 +0000
(09:07 +0100)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 2 Feb 2023 08:07:10 +0000
(09:07 +0100)
It fails because of address sanitizer crashes,
and takes a long time. It is not that useful
in this shape.
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 7ddfcf75720c5ab0a30aba01edc28be25e169b3f..13baacd54a5a88784b12f77bcb6fd9e683a82eeb 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-364,6
+364,7
@@
asan-build:
tags: [ asan ]
stage: analysis
needs: []
+ when: manual
variables:
script:
- export PATH="$HOME/.local/bin:$PATH"